Schnittstelle DefaultProfile.ProfileChangeListener
- Umschließende Klasse:
DefaultProfile
public static interface DefaultProfile.ProfileChangeListener
A listener that can be registered to be notified if a value in the profile changed
- Seit:
- 3.0
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidonPropertyUpdate(PDFCProperty<?> property, Object value) Called when the given property changedvoidonPropertyUpdate(String propertyName, Object value) Called when a property with the given name changed
-
Methodendetails
-
onPropertyUpdate
Called when the given property changed- Parameter:
property- the property that changedvalue- the new value
-
onPropertyUpdate
-